home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / gcc-lib / i686-pc-linux-gnu / 3.3.6 / hardened.specs < prev    next >
Text File  |  2005-10-13  |  5KB  |  121 lines

  1. *asm:
  2. %{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}
  3.  
  4. *asm_debug:
  5. %{gstabs*:--gstabs}%{!gstabs*:%{g*:--gdwarf2}}
  6.  
  7. *asm_final:
  8. %|
  9.  
  10. *asm_options:
  11. %a %Y %{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}
  12.  
  13. *invoke_as:
  14. %{!S:-o %{|!pipe:%g.s} |
  15.  as %(asm_options) %{!pipe:%g.s} %A }
  16.  
  17. *cpp:
  18. %{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}
  19.  
  20. *cpp_options:
  21. %(cpp_unique_options) %1 %{m*} %{std*} %{ansi} %{W*&pedantic*} %{w} %{f*} %{O*} %{undef}
  22.  
  23. *cpp_debug_options:
  24. %{d*}
  25.  
  26. *cpp_unique_options:
  27. %{C:%{!E:%eGNU C does not support -C without using -E}} %{CC:%{!E:%eGNU C does not support -CC without using -E}} %{!Q:-quiet} %{nostdinc*} %{C} %{CC} %{v} %{I*} %{P} %I %{MD:-MD %{!o:%b.d}%{o*:%.d%*}} %{MMD:-MMD %{!o:%b.d}%{o*:%.d%*}} %{M} %{MM} %{MF*} %{MG} %{MP} %{MQ*} %{MT*} %{!E:%{!M:%{!MM:%{MD|MMD:%{o*:-MQ %*}}}}} %{!no-gcc:-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2 -D__GNUC_PATCHLEVEL__=%v3} %{!undef:%{!ansi:%{!std=*:%p}%{std=gnu*:%p}} %P} %{trigraphs} %{remap} %{g3:-dD} %{H} %C %{D*&U*&A*} %{i*} %Z %i %{E|M|MM:%W{o*}}
  28.  
  29. *trad_capable_cpp:
  30. cc1 -E %{traditional|ftraditional|traditional-cpp:-traditional-cpp}
  31.  
  32. *cc1:
  33. %(cc1_cpu) %{profile:-p} %{!D__KERNEL__: %{!static: %{!fno-PIC: %{!fno-pic: %{!shared: %{!nostdlib: %{!nostartfiles: %{!fno-PIE: %{!fno-pie: %{!nopie: %{!fPIC:%{!fpic:-fPIE}}} } } } } } } } }  %{!nostdlib: %{!fno-stack-protector: -fstack-protector %{!D_LIBC: %{!D_LIBC_REENTRANT: %{!fno-stack-protector-all:-fstack-protector-all}} } } } } 
  34.  
  35. *cc1_options:
  36. %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}} %{shared:%{static|pie|fPIE|fpie|fno-PIC|fno-pic:%e-shared and -static|pie|fPIE|fpie|fno-PIC|fno-pic are incompatible}} %{pie:%{static|pg|p|profile:%e-pie and -static|pg|p|profile are incompatible}} %1 %{!Q:-quiet} -dumpbase %B %{d*} %{m*} %{a*} %{c|S:%{o*:-auxbase-strip %*}%{!o*:-auxbase %b}}%{!c:%{!S:-auxbase %b}} %{g*} %{O*} %{W*&pedantic*} %{w} %{std*} %{ansi} %{v:-version} %{pg:-p} %{p} %{f*} %{undef} %{Qn:-fno-ident} %{--help:--help} %{--target-help:--target-help} %{!fsyntax-only:%{S:%W{o*}%{!o*:-o %b.s}}} %{fsyntax-only:-o %j} %{-param*}
  37.  
  38. *cc1plus:
  39.  
  40.  
  41. *link_gcc_c_sequence:
  42. %{static:--start-group} %G %L %{static:--end-group}%{!static:%G}
  43.  
  44. *endfile:
  45. %{shared:crtendS.o%s} %{!shared:%{static:crtend.o%s} %{!static:%{!nopie:crtendS.o%s}%{nopie:crtend.o%s}} } crtn.o%s
  46.  
  47. *link:
  48. %{!static:--eh-frame-hdr} -m elf_i386 %{shared:-shared}   %{!shared:     %{!ibcs:       %{!static:     %{rdynamic:-export-dynamic}     %{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2}}     %{static:-static}}}
  49.  
  50. *lib:
  51. %{pthread:-lpthread}    %{shared:-lc}    %{!shared:%{mieee-fp:-lieee} %{profile:-lc_p}%{!profile:-lc}}
  52.  
  53. *libgcc:
  54. %{static|static-libgcc:-lgcc -lgcc_eh}%{!static:%{!static-libgcc:%{!shared:%{!shared-libgcc:-lgcc -lgcc_eh}%{shared-libgcc:-lgcc_s%M -lgcc}}%{shared:%{shared-libgcc:-lgcc_s%M}%{!shared-libgcc:-lgcc}}}}
  55.  
  56. *startfile:
  57. %{!shared: %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:%{profile:gcrt1.o%s} %{!profile:%{static:crt1.o%s} %{!static:%{!nopie:Scrt1.o%s}%{nopie:crt1.o%s}} }}}} crti.o%s %{shared:crtbeginS.o%s} %{!shared:%{static:crtbeginT.o%s} %{!static:%{!nopie:crtbeginS.o%s}%{nopie:crtbegin.o%s}} }
  58.  
  59. *switches_need_spaces:
  60.  
  61.  
  62. *predefines:
  63.  
  64.  
  65. *cross_compile:
  66. 0
  67.  
  68. *version:
  69. 3.3.6
  70.  
  71. *multilib:
  72. . ;
  73.  
  74. *multilib_defaults:
  75.  
  76.  
  77. *multilib_extra:
  78.  
  79.  
  80. *multilib_matches:
  81.  
  82.  
  83. *multilib_exclusions:
  84.  
  85.  
  86. *multilib_options:
  87.  
  88.  
  89. *linker:
  90. collect2
  91.  
  92. *link_libgcc:
  93. %D
  94.  
  95. *md_exec_prefix:
  96.  
  97.  
  98. *md_startfile_prefix:
  99.  
  100.  
  101. *md_startfile_prefix_1:
  102.  
  103.  
  104. *startfile_prefix_spec:
  105.  
  106.  
  107. *cc1_cpu:
  108. %{!mcpu*: %{m386:-mcpu=i386 %n`-m386' is deprecated. Use `-march=i386' or `-mcpu=i386' instead.
  109. } %{m486:-mcpu=i486 %n`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
  110. } %{mpentium:-mcpu=pentium %n`-mpentium' is deprecated. Use `-march=pentium' or `-mcpu=pentium' instead.
  111. } %{mpentiumpro:-mcpu=pentiumpro %n`-mpentiumpro' is deprecated. Use `-march=pentiumpro' or `-mcpu=pentiumpro' instead.
  112. }} %{mpni:-msse3 %n`-mpni' is deprecated. Use `-msse3' instead.
  113. } %{mno-pni:-mno-sse3 %n`-mno-pni' is deprecated. Use `-mno-sse3' instead.
  114. } %{mintel-syntax:-masm=intel %n`-mintel-syntax' is deprecated. Use `-masm=intel' instead.
  115. } %{mno-intel-syntax:-masm=att %n`-mno-intel-syntax' is deprecated. Use `-masm=att' instead.
  116. }
  117.  
  118. *link_command:
  119. %{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:    %(linker) %l %{!nopie: %{!static: %{!A: %{!shared: %{!nostdlib: %{!nostartfiles: %{!fno-PIE: %{!fno-pie: -pie} } } } } } } }  %{pie: }  %{!norelro: -z relro}  %{relro: }  %{!nonow: -z now}  %{now: } %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} %{r}    %{s} %{t} %{u*} %{x} %{z} %{Z} %{!A:%{!nostdlib:%{!nostartfiles:%S}}}    %{static:} %{L*} %(link_libgcc) %o %{!nostdlib:%{!nodefaultlibs:%(link_gcc_c_sequence)}}    %{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} }}}}}}
  120.  
  121.